home *** CD-ROM | disk | FTP | other *** search
- -- background: 19271 from stack: in
- -- bmap block id: 32608
- -- flags: 4000
- -- background id: 0
- -- name: StarLoc
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=68 top=291 right=311 bottom=154
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Erase Plot
- ----- HyperTalk script -----
- on mouseUp
- global seeCard
- put 0 into seeCard
- choose select tool
- drag from 0,0 to 512,341
- doMenu "Clear Picture"
- choose browse tool
- put empty into card field Name
- pop card
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=348 top=292 right=312 bottom=431
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseDown
- global seeCard
- put 0 into seeCard
- pop card
- end mouseDown
-